home *** CD-ROM | disk | FTP | other *** search
- echo off
- cd c:%2
- echo Insert a blank diskette for SAMPLER Disk #1
- pause
- if not exist SAMPLER.EXE goto abort1
- copy SAMPLER.EXE %1 >null
- echo SAMPLER.EXE copied to Disk#1.
- if not exist SAMPLER0.OVL goto abort1
- copy SAMPLER0.OVL %1 >null
- echo SAMPLER0.OVL copied to Disk#1.
- echo Duplication of Disk#1 successful.
- goto disk2
- :abort1
- echo File not found on current directory. Reproduction of Disk#1 aborted.
- :disk2
- echo Insert a blank diskette for SAMPLER Disk #2
- pause
- if not exist SAMPLER1.OVL goto abort2
- copy SAMPLER1.OVL %1 >null
- echo SAMPLER1.OVL copied to Disk#2.
- if not exist SAMPLER2.OVL goto abort2
- copy SAMPLER2.OVL %1 >null
- echo SAMPLER2.OVL copied to Disk#2.
- if not exist SAMPLER3.OVL goto abort2
- copy SAMPLER3.OVL %1 >null
- echo SAMPLER3.OVL copied to Disk#2.
- if not exist SAMPLER4.OVL goto abort2
- copy SAMPLER4.OVL %1 >null
- echo SAMPLER4.OVL copied to Disk#2.
- if not exist SAMPLER5.OVL goto abort2
- copy SAMPLER5.OVL %1 >null
- echo SAMPLER5.OVL copied to Disk#2.
- if not exist SAMPLER6.OVL goto abort2
- copy SAMPLER6.OVL %1 >null
- echo SAMPLER6.OVL copied to Disk#2.
- if not exist SAMPLER7.OVL goto abort2
- copy SAMPLER7.OVL %1 >null
- echo SAMPLER7.OVL copied to Disk#2.
- if not exist SAMPLER.FMT goto abort2
- copy SAMPLER.FMT %1 >null
- echo SAMPLER.FMT copied to Disk#2.
- echo Duplication of Disk#2 successful.
- goto disk3
- :abort2
- echo File not found on current directory. Reproduction of Disk#2 aborted.
- :disk3
- echo Insert a blank diskette for SAMPLER Disk #3
- pause
- if not exist REGRESS.SAC goto abort3
- copy REGRESS.SAC %1 >null
- echo REGRESS.SAC copied to Disk#3.
- if not exist FORECAST.SAC goto abort3
- copy FORECAST.SAC %1 >null
- echo FORECAST.SAC copied to Disk#3.
- if not exist DUMMY.SAC goto abort3
- copy DUMMY.SAC %1 >null
- echo DUMMY.SAC copied to Disk#3.
- if not exist REVISE.SAC goto abort3
- copy REVISE.SAC %1 >null
- echo REVISE.SAC copied to Disk#3.
- if not exist CROSSTAB.SAC goto abort3
- copy CROSSTAB.SAC %1 >null
- echo CROSSTAB.SAC copied to Disk#3.
- if not exist SAMPLER.DOC goto abort3
- copy SAMPLER.DOC %1 >null
- echo SAMPLER.DOC copied to Disk#3.
- if not exist README goto abort3
- copy README %1 >null
- echo README copied to Disk#3.
- if not exist FINANCE.SAC goto abort3
- copy FINANCE.SAC %1 >null
- echo FINANCE.SAC copied to Disk#3.
- if not exist POPDATA.SAL goto abort3
- copy POPDATA.SAL %1 >null
- echo POPDATA.SAL copied to Disk#3.
- if not exist IO.SAC goto abort3
- copy IO.SAC %1 >null
- echo IO.SAC copied to Disk#3.
- if not exist POPNEW.DIF goto abort3
- copy POPNEW.DIF %1 >null
- echo POPNEW.DIF copied to Disk#3.
- if not exist COPYSETS.BAT goto abort3
- copy COPYSETS.BAT %1 >null
- echo COPYSETS.BAT copied to Disk#3.
- if not exist README.BAT goto abort3
- copy README.BAT %1 >null
- echo README.BAT copied to Disk#3.
- echo Duplication of Disk#3 successful.
- goto end
- :abort3
- echo File not found on current directory. Reproduction of Disk#3 aborted.
- :end
-